home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1599 / 1529 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.1 KB

  1. Date: Mon, 6 Jun 94 18:49:07 -0400
  2. From: dsb@cs.duke.edu (Scott Bigham)
  3. Message-Id: <9406062249.AA16027@amazon.cs.duke.edu>
  4. To: mint@terminator.rs.itd.umich.edu
  5. Subject: Handling ^Z, *without* MiNTlibs
  6.  
  7. [If a truncated version of this letter appears on the list, I apologize;
  8.  Uniterm siezed up on me and I had to reboot.]
  9.  
  10. I'm currently working with Jerry Geiger, the author of the recent
  11. SozobonX port of the Sozobon compiler, with an eye toward a MiNTlibs
  12. port to SozobonX.  One of the problems with the compiler is that it does
  13. not recognized ^Z; CTRL-ALT-Z is required to suspend the compiler.  Now,
  14. according to some of the old MiNT docs, MiNT should handle ^Z properly
  15. if the process is doing I/O in cooked mode, from which I infer that the
  16. compiler is doing I/O in raw mode.  My goal, then, is to figure out how
  17. to switch I/O to cooked mode, _without_ using any MiNTlibs functions
  18. [for obvious reasons ;) ], so I can pass this on to Jerry.  Any
  19. advice?
  20.  
  21. [Of course, the compiler also insists on attaching stderr to handle -1,
  22.  but that's a separate issue. :-( ]
  23.  
  24.                         -sbigham
  25.